runtime.hmap.newoverflow (method)

11 uses

	runtime (current package)
		map.go#L246: func (h *hmap) newoverflow(t *maptype, b *bmap) *bmap {
		map.go#L664: 		newb := h.newoverflow(t, b)
		map.go#L1223: 					dst.b = h.newoverflow(t, dst.b)
		map_fast32.go#L163: 		insertb = h.newoverflow(t, b)
		map_fast32.go#L253: 		insertb = h.newoverflow(t, b)
		map_fast32.go#L423: 					dst.b = h.newoverflow(t, dst.b)
		map_fast64.go#L163: 		insertb = h.newoverflow(t, b)
		map_fast64.go#L253: 		insertb = h.newoverflow(t, b)
		map_fast64.go#L425: 					dst.b = h.newoverflow(t, dst.b)
		map_faststr.go#L282: 		insertb = h.newoverflow(t, b)
		map_faststr.go#L451: 					dst.b = h.newoverflow(t, dst.b)